feat(config.ts): add OCO_MESSAGE_TEMPLATE_PLACEHOLDER configuration i…#208
feat(config.ts): add OCO_MESSAGE_TEMPLATE_PLACEHOLDER configuration i…#208di-sukharev merged 1 commit intodi-sukharev:masterfrom
Conversation
…tem to allow users to customize the message template placeholder feat(commit.ts): add check for message templates in extraArgs and replace OCO_MESSAGE_TEMPLATE_PLACEHOLDER with generated commit message if found docs(README.md): add documentation for OCO_MESSAGE_TEMPLATE_PLACEHOLDER configuration item and how to use it in the command line (di-sukharev#205)
|
sorry to be sooo late, was winning top 1 in github hackathon with OpenCommit :) will take a look |
|
This does not work for me. When executing for example I have already configured |
I can confirm this bug. It's happening to me as well I tried oco '$msg #someticketnumber' as well as '#some ticket number $msg' same error |
|
will take a look now |
|
well this code doesnt account for a single commit message e.g. like this: it appends $msg in the very first line like this: im not sure if this really helps, so lets see how this PR manages the same problem #160 |
see #205